home *** CD-ROM | disk | FTP | other *** search
/ Aminet 33 / Aminet 33 - October 1999.iso / Aminet / gfx / edit / VE-batchpro.readme < prev    next >
Encoding:
Text File  |  1999-09-06  |  2.1 KB  |  85 lines

  1. Short:    Visual Eng. - Batch process v1.00
  2. Author:   marko.seppanen@wwnet.fi (Marko Seppänen)
  3. Uploader: marko.seppanen@wwnet.fi (Marko Seppänen)
  4. Type:     gfx/edit
  5.  
  6.  
  7. This script calls selected Image Engineer-script for all selected
  8. files in Magellan-dirlist, applies an effect to file and saves it.
  9.  
  10.  
  11.  
  12.  
  13.  
  14. Script was originally made for Directory Opus, Magellan. You can
  15. still with little effort, make it work with any other filemanager.
  16.  
  17. With Magellan, create yourself a new button-bank and add a
  18. function like this to one of buttons:
  19.  
  20.   DOpus5:ARexx/VisualBorder.rexx {s} {o}
  21.  
  22.  
  23. If that really was too hard for you, then better ask your mam to
  24. buy you a PC. Next one will for sure give you a lot headache...
  25.  
  26.  
  27.  
  28.  
  29. So, line after comment line, "/* DO SOMETHING */" is the effective
  30. one. By default it calls VisualBorderDemo-script. Arguments for it
  31. are in it's .notes-file.
  32.  
  33. (address command "Sys:Rexxc/rx ie:arexx/VisualBorderDemo.rexx" newfile ROUNDCORNER 90 13)
  34.  
  35.  
  36.  
  37. After VisualBordering, script continues and checking is made, if
  38. original filename had a suffix.
  39.  
  40.  .JPEG, .JPG, .JFIF are translated to ".jpg"
  41.  .PNG,  .PING       are translated to ".png"
  42.  .TGA,  .TARGA      are translated to ".tga"
  43.  .TIF,  .TIFF       are translated to ".tif"
  44.  others             are translated to ".jpg"
  45.  
  46. Ofcourse save-fileformat will be same than it's suffix.
  47. File is saved to "processed"-directory of sourcedir.
  48.  
  49.  
  50.  
  51. If you are going to use this script from shell or from other
  52. filemanager, tell it 2 arguments; first is sourcedir and second is
  53. filename.
  54.  
  55. Future will bring more helping scripts for Magellan, depending on
  56. feedback and suggestions I receive.
  57.  
  58.  
  59.  
  60.  
  61.  
  62. HISTORY
  63.  
  64.  v1.00
  65.  
  66.   History started
  67.  
  68.  
  69.  
  70.  
  71.  
  72. VISUAL ENGINEERING - graphical examples & more
  73.  
  74.  HTTP://wwnet.fi/users/smarko/visual/
  75.  
  76.  
  77. ============================= Archive contents =============================
  78.  
  79. Original  Packed Ratio    Date     Time    Name
  80. -------- ------- ----- --------- --------  -------------
  81.     2424    1228 49.3% 16-Jul-99 15:56:28 +BatchProcess.notes
  82.     2530    1136 55.0% 16-Jul-99 15:52:00 +VisualBatchProcess.dopus5
  83. -------- ------- ----- --------- --------
  84.     4954    2364 52.2% 16-Jul-99 21:05:10   2 files
  85.